luci-mod-status: remove redundant spaces
authorAndy Chiang <[email protected]>
Mon, 20 Oct 2025 08:43:01 +0000 (15:43 +0700)
committerPaul Donald <[email protected]>
Mon, 20 Oct 2025 12:52:28 +0000 (14:52 +0200)
remove redundant spaces in nftables.js.

Signed-off-by: Andy Chiang <[email protected]>
modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js

index 4862c90e2ac5416ac8cf4867d628e01abd19cf25..e619c3e744235d29523aa0a313e19ea77e4e6c1f 100644 (file)
@@ -303,7 +303,7 @@ return view.extend({
        renderVMap: function(spec, table) {
                // spec: { key: {...}, data: { set: [ [mapkey, actionSpec], ... ] } }
                const matchElem = E('span', { 'class': 'ifacebadge' },
-                       _('Verdict map: <var>%h</var>  is').format(this.exprToString(spec.key)));
+                       _('Verdict map: <var>%h</var> is').format(this.exprToString(spec.key)));
 
                const actions = [];
                const keys = [];